Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(install): ensure home dir expansion works as expected #88

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

mattevans
Copy link
Member

@mattevans mattevans commented Jan 27, 2025

See: #87

When installing contributoor, users can specify a custom install directory. If the user specifies ~/path/to/x we weren't expanding the ~ (home dir), leading to the install creating a directory of ~/path.

This PR handles home expansion on install + uninstall.

@mattevans mattevans self-assigned this Jan 27, 2025
@mattevans mattevans marked this pull request as ready for review January 27, 2025 01:09
@mattevans mattevans added the bug Something isn't working label Jan 27, 2025
@mattevans mattevans merged commit 10540e6 into master Jan 27, 2025
4 checks passed
@mattevans mattevans deleted the fix/home-dir-expansion branch January 27, 2025 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants